x86: Reduce logging about get_page_type() failures.
authorKeir Fraser <keir@xensource.com>
Wed, 17 Oct 2007 10:17:53 +0000 (11:17 +0100)
committerKeir Fraser <keir@xensource.com>
Wed, 17 Oct 2007 10:17:53 +0000 (11:17 +0100)
commite3ca52c27088f0e03124ed5b540839cb583cf283
tree6d34e6384b44c58cabe619dc52e8167db2fe39e3
parent9255c493f176349d34576261c220b4fb7faafb4e
x86: Reduce logging about get_page_type() failures.

We shouldn't log if the cause could be a recursive-mapping attempt --
we expect a get_page_type() failure in that case.

Based on a patch maintained for NetBSD.

Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/mm.c